-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update module github.com/99designs/gqlgen to v0.17.63 #44
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github.com-99designs-gqlgen-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
renovate
bot
force-pushed
the
renovate/github.com-99designs-gqlgen-0.x
branch
5 times, most recently
from
November 14, 2024 21:20
579ca76
to
2481adc
Compare
renovate
bot
force-pushed
the
renovate/github.com-99designs-gqlgen-0.x
branch
from
November 24, 2024 17:08
2481adc
to
0a84989
Compare
renovate
bot
changed the title
Update module github.com/99designs/gqlgen to v0.17.56
Update module github.com/99designs/gqlgen to v0.17.57
Nov 24, 2024
renovate
bot
force-pushed
the
renovate/github.com-99designs-gqlgen-0.x
branch
from
November 28, 2024 18:40
0a84989
to
452fd6b
Compare
renovate
bot
force-pushed
the
renovate/github.com-99designs-gqlgen-0.x
branch
from
December 9, 2024 14:12
452fd6b
to
d669894
Compare
renovate
bot
changed the title
Update module github.com/99designs/gqlgen to v0.17.57
Update module github.com/99designs/gqlgen to v0.17.58
Dec 9, 2024
renovate
bot
force-pushed
the
renovate/github.com-99designs-gqlgen-0.x
branch
from
December 10, 2024 16:46
d669894
to
9ddfa7e
Compare
renovate
bot
changed the title
Update module github.com/99designs/gqlgen to v0.17.58
Update module github.com/99designs/gqlgen to v0.17.59
Dec 10, 2024
renovate
bot
force-pushed
the
renovate/github.com-99designs-gqlgen-0.x
branch
from
December 10, 2024 23:51
9ddfa7e
to
4bcf2cd
Compare
renovate
bot
changed the title
Update module github.com/99designs/gqlgen to v0.17.59
Update module github.com/99designs/gqlgen to v0.17.60
Dec 10, 2024
renovate
bot
force-pushed
the
renovate/github.com-99designs-gqlgen-0.x
branch
5 times, most recently
from
December 18, 2024 09:08
985f333
to
d87ff95
Compare
renovate
bot
force-pushed
the
renovate/github.com-99designs-gqlgen-0.x
branch
from
December 20, 2024 02:10
d87ff95
to
b5fc505
Compare
renovate
bot
changed the title
Update module github.com/99designs/gqlgen to v0.17.60
Update module github.com/99designs/gqlgen to v0.17.61
Dec 20, 2024
renovate
bot
force-pushed
the
renovate/github.com-99designs-gqlgen-0.x
branch
from
December 31, 2024 21:01
b5fc505
to
4f0cb7a
Compare
renovate
bot
changed the title
Update module github.com/99designs/gqlgen to v0.17.61
Update module github.com/99designs/gqlgen to v0.17.62
Dec 31, 2024
renovate
bot
force-pushed
the
renovate/github.com-99designs-gqlgen-0.x
branch
2 times, most recently
from
January 8, 2025 14:21
6cae245
to
da02823
Compare
renovate
bot
changed the title
Update module github.com/99designs/gqlgen to v0.17.62
Update module github.com/99designs/gqlgen to v0.17.63
Jan 8, 2025
renovate
bot
force-pushed
the
renovate/github.com-99designs-gqlgen-0.x
branch
from
January 9, 2025 15:09
da02823
to
3dac256
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.17.55
->v0.17.63
Release Notes
99designs/gqlgen (github.com/99designs/gqlgen)
v0.17.63
Compare Source
What's Changed
New Contributors
Full Changelog: 99designs/gqlgen@v0.17.62...v0.17.63
v0.17.62
Compare Source
What's Changed
New Contributors
Full Changelog: 99designs/gqlgen@v0.17.61...v0.17.62
v0.17.61
Compare Source
What's Changed
New Contributors
Full Changelog: 99designs/gqlgen@v0.17.60...v0.17.61
v0.17.60
Compare Source
What's Changed
Full Changelog: 99designs/gqlgen@v0.17.59...v0.17.60
v0.17.59
Compare Source
What's Changed
Full Changelog: 99designs/gqlgen@v0.17.58...v0.17.59
v0.17.58
Compare Source
What's Changed
//nolint
directives by @alexandear in https://github.com/99designs/gqlgen/pull/3391New Contributors
Full Changelog: 99designs/gqlgen@v0.17.57...v0.17.58
v0.17.57
Compare Source
What's Changed
worker_limit
option for server code generation by @OldBigBuddha in https://github.com/99designs/gqlgen/pull/3376New Contributors
Full Changelog: 99designs/gqlgen@v0.17.56...v0.17.57
v0.17.56
Compare Source
What's Changed
multipart/mixed
transport support for deferred queries by @giulio-opal in https://github.com/99designs/gqlgen/pull/3341incremental
deferred responses. Fix hanging behavior on last response by @giulio-opal in https://github.com/99designs/gqlgen/pull/3357New Contributors
Full Changelog: 99designs/gqlgen@v0.17.55...v0.17.56
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.